Better Python¶
Python performance sucks.
-> Oui, d’où Cython, Cython+, Numba, Pyston v2, etc.
Python desktop and mobile application deployment sucks.
-> Oui.
Python Global Interpreter Lock really sucks.
-> Oui, on le répête depuis 20 ans, c’est pas nouveau. D’où Cython+ ou équivalent.
Python lack of parallelism sucks.
-> Multiprocessing & co ?
Python lack of compiler sucks.
-> Pythran ? Mypyc ?
Python format-dependent semantics sucks.
-> Pas compris.
#mypyc #cython
Page last modified: 2024-11-19 09:38:33